home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TDLGSHOWFILENAMES / TDLGSHOWFILENAMES.txt
Text File  |  2004-12-09  |  7KB  |  339 lines

  1. object dlgShowFilenames: TdlgShowFilenames
  2.   Left = 694
  3.   Top = 182
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Filename Display'
  7.   ClientHeight = 462
  8.   ClientWidth = 451
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   ShowHint = True
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object Bevel1: TBevel
  22.     Left = 8
  23.     Top = 8
  24.     Width = 433
  25.     Height = 330
  26.     Shape = bsFrame
  27.   end
  28.   object Label10: TLabel
  29.     Left = 41
  30.     Top = 183
  31.     Width = 40
  32.     Height = 13
  33.     Caption = 'Position:'
  34.   end
  35.   object Label1: TLabel
  36.     Left = 20
  37.     Top = 21
  38.     Width = 231
  39.     Height = 13
  40.     Caption = 'What text do you want displayed on each frame?'
  41.   end
  42.   object Label2: TLabel
  43.     Left = 40
  44.     Top = 72
  45.     Width = 376
  46.     Height = 13
  47.     Caption = 
  48.       'Note: Text is not added to title frames, videos or images which ' +
  49.       'already have text'
  50.   end
  51.   object lblCustomCaption: TLabel
  52.     Left = 40
  53.     Top = 88
  54.     Width = 390
  55.     Height = 13
  56.     Caption = 
  57.       'You can specify the caption for each image on the bottom right o' +
  58.       'f the main window'
  59.     Visible = False
  60.   end
  61.   object Label3: TLabel
  62.     Left = 20
  63.     Top = 109
  64.     Width = 48
  65.     Height = 13
  66.     Caption = 'Options:'
  67.     Font.Charset = DEFAULT_CHARSET
  68.     Font.Color = clWindowText
  69.     Font.Height = -11
  70.     Font.Name = 'MS Sans Serif'
  71.     Font.Style = [fsBold]
  72.     ParentFont = False
  73.   end
  74.   object Label4: TLabel
  75.     Left = 20
  76.     Top = 216
  77.     Width = 33
  78.     Height = 13
  79.     Caption = 'Style:'
  80.     Font.Charset = DEFAULT_CHARSET
  81.     Font.Color = clWindowText
  82.     Font.Height = -11
  83.     Font.Name = 'MS Sans Serif'
  84.     Font.Style = [fsBold]
  85.     ParentFont = False
  86.   end
  87.   object Label7: TLabel
  88.     Left = 40
  89.     Top = 242
  90.     Width = 24
  91.     Height = 13
  92.     Caption = 'Font:'
  93.   end
  94.   object Label6: TLabel
  95.     Left = 256
  96.     Top = 243
  97.     Width = 27
  98.     Height = 13
  99.     Caption = 'Color:'
  100.   end
  101.   object Label8: TLabel
  102.     Left = 40
  103.     Top = 275
  104.     Width = 23
  105.     Height = 13
  106.     Caption = 'Size:'
  107.   end
  108.   object Label11: TLabel
  109.     Left = 40
  110.     Top = 306
  111.     Width = 42
  112.     Height = 13
  113.     Caption = 'Shadow:'
  114.   end
  115.   object lblShadowColor: TLabel
  116.     Left = 256
  117.     Top = 306
  118.     Width = 27
  119.     Height = 13
  120.     Caption = 'Color:'
  121.     Enabled = False
  122.   end
  123.   object Label9: TLabel
  124.     Left = 214
  125.     Top = 275
  126.     Width = 26
  127.     Height = 13
  128.     Caption = 'Style:'
  129.   end
  130.   object cmbCaptionPosition: TComboBox
  131.     Left = 88
  132.     Top = 179
  133.     Width = 141
  134.     Height = 21
  135.     Hint = 'The position where the text should be placed'
  136.     Style = csDropDownList
  137.     ItemHeight = 13
  138.     TabOrder = 3
  139.     OnChange = UpdatePreview
  140.     Items.Strings = (
  141.       'Top Left'
  142.       'Top Center'
  143.       'Top Right'
  144.       'Bottom Left'
  145.       'Bottom Center'
  146.       'Bottom Right')
  147.   end
  148.   object btnOK: TsitBitBtn
  149.     Left = 227
  150.     Top = 419
  151.     Width = 103
  152.     Height = 28
  153.     Caption = 'OK'
  154.     Default = True
  155.     ModalResult = 1
  156.     TabOrder = 13
  157.     OnClick = btnOKClick
  158.     Images = frmMain.ImageList1
  159.     ImageIndex = 0
  160.   end
  161.   object btnCancel: TsitBitBtn
  162.     Left = 337
  163.     Top = 419
  164.     Width = 103
  165.     Height = 28
  166.     Cancel = True
  167.     Caption = 'Cancel'
  168.     ModalResult = 2
  169.     TabOrder = 14
  170.     OnClick = btnCancelClick
  171.     Images = frmMain.ImageList1
  172.     ImageIndex = 1
  173.   end
  174.   object chkCaptionHideExt: TCheckBox
  175.     Left = 41
  176.     Top = 130
  177.     Width = 209
  178.     Height = 17
  179.     Hint = 
  180.       'If checked the file will be displayed without its extension, e.g' +
  181.       '. "myimage" rather than "myimage.jpg"'
  182.     Caption = 'Hide Filename extension (e.g. ".jpg")'
  183.     Enabled = False
  184.     TabOrder = 1
  185.     OnClick = UpdatePreview
  186.   end
  187.   object chkShowFileDateLong: TCheckBox
  188.     Left = 41
  189.     Top = 154
  190.     Width = 193
  191.     Height = 17
  192.     Hint = 
  193.       'Specifies whether the long date (e.g. September 13, 2004) or the' +
  194.       ' short date (09/13/04)'
  195.     Caption = 'Display Long Date Format'
  196.     Enabled = False
  197.     TabOrder = 2
  198.     OnClick = UpdatePreview
  199.   end
  200.   object GroupBox2: TGroupBox
  201.     Left = 8
  202.     Top = 346
  203.     Width = 433
  204.     Height = 65
  205.     Caption = 'Sample'
  206.     TabOrder = 12
  207.     object pnlPreview: TPanel
  208.       Left = 8
  209.       Top = 16
  210.       Width = 417
  211.       Height = 41
  212.       BevelOuter = bvNone
  213.       TabOrder = 0
  214.     end
  215.   end
  216.   object cmbFrameCaption: TComboBox
  217.     Left = 41
  218.     Top = 44
  219.     Width = 233
  220.     Height = 21
  221.     Hint = 
  222.       'The text that is displayed on each image frame within your slide' +
  223.       'show (except those that already have text added)'
  224.     Style = csDropDownList
  225.     ItemHeight = 13
  226.     TabOrder = 0
  227.     OnChange = UpdatePreview
  228.     Items.Strings = (
  229.       'None'
  230.       'Filename'
  231.       'File Date'
  232.       'Filename, File Date'
  233.       'Custom Text for each Image')
  234.   end
  235.   object cmbCaptionFontName: TExFontComboBox
  236.     Left = 88
  237.     Top = 238
  238.     Width = 149
  239.     Height = 22
  240.     Hint = 'The font of the text'
  241.     DropDownCount = 16
  242.     TabOrder = 4
  243.     OnChange = UpdatePreview
  244.     TTonly = False
  245.     UseItemFont = True
  246.   end
  247.   object cmbCaptionFontColor: TColorComboBox
  248.     Left = 296
  249.     Top = 238
  250.     Width = 129
  251.     Height = 22
  252.     Hint = 'The color of the text'
  253.     HTMLcolor = '#000000'
  254.     ColorValue = clBlack
  255.     TabOrder = 5
  256.     OnChange = UpdatePreview
  257.   end
  258.   object spnCaptionFontSize: TSpinEdit
  259.     Left = 88
  260.     Top = 270
  261.     Width = 65
  262.     Height = 22
  263.     Hint = 'The size of the text'
  264.     MaxValue = 0
  265.     MinValue = 0
  266.     TabOrder = 6
  267.     Value = 0
  268.     OnChange = UpdatePreview
  269.   end
  270.   object cmbCaptionShadowStyle: TComboBox
  271.     Left = 88
  272.     Top = 302
  273.     Width = 149
  274.     Height = 21
  275.     Hint = 'Whether a shadow or border should be added to the text'
  276.     Style = csDropDownList
  277.     ItemHeight = 13
  278.     TabOrder = 10
  279.     OnChange = cmbCaptionShadowStyleChange
  280.     Items.Strings = (
  281.       'None'
  282.       'Shadow'
  283.       'Border')
  284.   end
  285.   object cmbCaptionShadowColor: TColorComboBox
  286.     Left = 296
  287.     Top = 301
  288.     Width = 129
  289.     Height = 22
  290.     Hint = 'The color of the shadow or border'
  291.     HTMLcolor = '#000000'
  292.     ColorValue = clBlack
  293.     Enabled = False
  294.     TabOrder = 11
  295.     OnChange = UpdatePreview
  296.   end
  297.   object chkCaptionFontBold: TCheckBox
  298.     Left = 250
  299.     Top = 274
  300.     Width = 49
  301.     Height = 17
  302.     Hint = 'Set text as bold'
  303.     Caption = 'Bold'
  304.     Font.Charset = DEFAULT_CHARSET
  305.     Font.Color = clWindowText
  306.     Font.Height = -11
  307.     Font.Name = 'MS Sans Serif'
  308.     Font.Style = []
  309.     ParentFont = False
  310.     TabOrder = 7
  311.     OnClick = UpdatePreview
  312.   end
  313.   object chkCaptionFontUnderline: TCheckBox
  314.     Left = 360
  315.     Top = 274
  316.     Width = 73
  317.     Height = 17
  318.     Hint = 'Set text as underlined'
  319.     Caption = 'Underline'
  320.     TabOrder = 9
  321.   end
  322.   object chkCaptionFontItalics: TCheckBox
  323.     Left = 306
  324.     Top = 274
  325.     Width = 49
  326.     Height = 17
  327.     Hint = 'Set text as italicized'
  328.     Caption = 'Italic'
  329.     Font.Charset = DEFAULT_CHARSET
  330.     Font.Color = clWindowText
  331.     Font.Height = -11
  332.     Font.Name = 'MS Sans Serif'
  333.     Font.Style = []
  334.     ParentFont = False
  335.     TabOrder = 8
  336.     OnClick = UpdatePreview
  337.   end
  338. end
  339.